home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / easymenu.arc / PRINTER.MHH < prev    next >
Encoding:
Text File  |  1986-10-02  |  850 b   |  17 lines

  1.   All TRUE options are sent to the printer before & after running a MENU
  2.   TITLE, to ensure that your printer is always "fresh".
  3.  
  4.   RESET = TRUE   will OVER-RIDE all other Printer Control options.
  5.  
  6.   If you load type fonts into the printer, all options should be FALSE.
  7.  
  8.   Please check that the above sequences match those in your printer manual.
  9.   When changing code sequences, use the ASCII decimal code.  Example:
  10.   Purpose           |  Language  |  Statement
  11.   -------------------------------------------------------------------------
  12.   Send RESET codes  |  BASIC     |  LPRINT CHR$(27); "@";
  13.   is the same as    |  BASIC     |  LPRINT CHR$(27); CHR$(64);
  14.   is the same as    |  EasyMenu  |  27 64
  15.   NOTE:             |  --------  |  @ equals ASCII decimal code 64.
  16.   Standard Codes are for Epson / IBM Graphics Printer Control.
  17.